Bootstrap 5 Button and JavaScript

  1. Button Styles btn-xxxx

  2. Button Styles btn-outline-xxxx

    image on button and onclick/onmouseover function

  3. Button tags

    Link

    card on button and click function

  4. Button size

  5. Disabled state

    ボタンを非アクティブに見せるには,button 要素に disabled を追加します。無効化されたボタンには pointer-events: none が適用され,ホバーやアクティブな状態がトリガーされるのを防ぎます.

  6. Block buttons for レスポンシブスタック

  7. Toggle states

    Toggle link Active toggle link Disabled toggle link